'Declaration
<GuidAttribute("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575")> Public Delegate Sub GdViewer.AfterPrintPageEventHandler( _ ByVal Page As Integer, _ ByVal PageLeft As Integer, _ ByRef Cancel As Boolean _ )
[Guid("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575")] public delegate void GdViewer.AfterPrintPageEventHandler( int Page, int PageLeft, ref bool Cancel )
public delegate GdViewer.AfterPrintPageEventHandler( Page: Integer; PageLeft: Integer; var Cancel: Boolean );
GuidAttribute("EAAC53C6-6F01-3ADA-BB1D-EB7890FBC575") public delegate GdViewer.AfterPrintPageEventHandler( Page : int, PageLeft : int, Cancel : boolean )
Parameters
- Page
- PageLeft
- Cancel